home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doeo.swf / scripts / DefineSprite_1121 / frame_1 / DoAction.as
Encoding:
Text File  |  2013-04-24  |  79 b   |  9 lines

  1. if(_root.difficulty == "hard")
  2. {
  3.    nextFrame();
  4. }
  5. else
  6. {
  7.    stop();
  8. }
  9.